From cabc4fe323b4bf2337c5547aabab2e0ed0b3ddf2 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 12 May 2006 21:43:07 +0000 Subject: [PATCH] Fix configuration on Linux. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2045 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/arcdist.c | 2 +- gpsbabel/configure | 2 +- gpsbabel/configure.in | 2 +- gpsbabel/interpolate.c | 2 +- gpsbabel/sort.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gpsbabel/arcdist.c b/gpsbabel/arcdist.c index 824960de5..e0379f42e 100644 --- a/gpsbabel/arcdist.c +++ b/gpsbabel/arcdist.c @@ -169,4 +169,4 @@ filter_vecs_t arcdist_vecs = { NULL, arcdist_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED diff --git a/gpsbabel/configure b/gpsbabel/configure index 6798e0f99..cb89c33ac 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -2812,7 +2812,7 @@ else fi; -if test "x-$xpathdr " != "x-" ; then +if test "x-$xpathdr" != "x-" ; then CFLAGS="$CFLAGS -I$xpathdr" fi diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 2067ea677..d97bbdf58 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -147,7 +147,7 @@ AC_ARG_WITH(expathdr, ] ) -if test "x-$xpathdr " != "x-" ; then +if test "x-$xpathdr" != "x-" ; then CFLAGS="$CFLAGS -I$xpathdr" fi diff --git a/gpsbabel/interpolate.c b/gpsbabel/interpolate.c index fe4659d27..151a9756b 100644 --- a/gpsbabel/interpolate.c +++ b/gpsbabel/interpolate.c @@ -163,4 +163,4 @@ filter_vecs_t interpolatefilt_vecs = { NULL, interpfilt_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED diff --git a/gpsbabel/sort.c b/gpsbabel/sort.c index fa8d7e519..0c14e2c57 100644 --- a/gpsbabel/sort.c +++ b/gpsbabel/sort.c @@ -113,4 +113,4 @@ filter_vecs_t sort_vecs = { NULL, sort_args }; -#endif FILTERS_ENABLED +#endif // FILTERS_ENABLED -- 2.30.2